projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f1c754
)
notebook: On drag window hide, fix css nodes
author
Benjamin Otte
<otte@redhat.com>
Thu, 22 Oct 2015 18:29:10 +0000
(20:29 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 22 Oct 2015 18:29:10 +0000
(20:29 +0200)
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index cc3b29f322bdc5e31000d261a2cb9c6e14122621..1cf39fb2b09da875317dbcf558723a7787704ef1 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-3091,6
+3091,7
@@
hide_drag_window (GtkNotebook *notebook,
else
gtk_widget_unparent (page->tab_label);
+ gtk_css_node_set_parent (gtk_widget_get_css_node (page->tab_label), page->cssnode);
gtk_widget_set_parent (page->tab_label, widget);
g_object_unref (page->tab_label);
}